DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / AddObserver Method / AddObserver(NSObject,NSString,NSKeyValueObservingOptions,IntPtr) Method

In This Topic
    AddObserver(NSObject,NSString,NSKeyValueObservingOptions,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub AddObserver( _
       ByVal observer As Foundation.NSObject, _
       ByVal keyPath As Foundation.NSString, _
       ByVal options As Foundation.NSKeyValueObservingOptions, _
       ByVal context As IntPtr _
    ) 
    public virtual void AddObserver( 
       Foundation.NSObject observer,
       Foundation.NSString keyPath,
       Foundation.NSKeyValueObservingOptions options,
       IntPtr context
    )

    Parameters

    observer
    keyPath
    options
    context
    See Also